Problems bringing up a second virtual network interface
- by tubaguy50035
I'm having issues adding a second IP address to one interface. Below is my /etc/networking/interfaces
# The loopback network interface
auto lo
iface lo inet loopback
#eth0 is our main IP address
auto eth0
iface eth0 inet static
address 198.58.103.*
netmask 255.255.255.0
gateway 198.58.103.1
#eth0:0 is our private address
auto eth0:0
iface…